home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1035
/
1035.xpi
/
chrome
/
1clickweather.jar
/
content
/
1clickweather
/
about.xul
< prev
next >
Wrap
Extensible Markup Language
|
2008-10-05
|
1KB
|
77 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
<window class="dialog"
title="Hello, world! - About"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Original template by Jed Brown -->
<groupbox align="center" orient="horizontal">
<vbox>
<text value="Hello, world!" style="font-weight: bold; font-size: x-large;"/>
<text value="ver. 0.1"/>
<separator class="thin"/>
<text value="Created By:" style="font-weight: bold;"/>
<text value="Eric Hamiter" class="url"
onclick="window.open('http://extensions.roachfiend.com'); window.close();"/>
<separator class="thin"/>
<text value="Home Page:" style="font-weight: bold;"/>
<text value="http://extensions.roachfiend.com/"
class="url"
onclick="window.open('http://extensions.roachfiend.com/'); window.close();"/>
<separator class="thin"/>
</vbox>
<spring flex="1"/>
<image src="chrome://1clickweather/skin/1clickweatherb.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>